home *** CD-ROM | disk | FTP | other *** search
/ Your PC Made Easy 3 / Your PC Made Easy 3.iso / Extras / AE_Product_Tour.exe / scripts / DefineButton2_675 / BUTTONCONDACTION on(release).as
Text File  |  2002-07-13  |  87b  |  7 lines

  1. on(release){
  2.    tellTarget("retouching movie")
  3.    {
  4.       gotoAndPlay(1);
  5.    }
  6. }
  7.